@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

#header {
    position: relative;
    width: 100%;
    font-size: 18px;
    background: url(xy_xydqw_header_bg.png) center no-repeat;
    background-size: cover;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}

/* 头部信息内容 */
.header_message {
    height: 40px;
    color: #333;
    padding-top: 9px;
    margin: 0 -50px;
}

.header_message .message_link li {
    padding-right: 30px;
}

.header_message .message_info li {
    padding-left: 30px;
}

.header_message .message_link li:last-of-type,
.header_message .message_info li:first-of-type {
    padding: 0;
}

/* 头部内容 */
.header_body {
    height: 150px;
}

/* logo */
.header_body .logo {
    width: 724px;
    margin-top: 30px;
}

.header_body .logo img {
    width: 100%;
}

/* 搜索 */
.header_body .search {
    position: relative;
    margin-top: 41px;
}

.header_body .search input,
.header_body .search button {
    outline: none;
}

.header_body .search input {
    width: 400px;
    height: 40px;
    border: 1px solid #9e0001cc;
    border-radius: 5px;
    padding-left: 64px;
    font-size: 16px;
    color: #aeaeae;
    background: #fff url(xy_xydqw_header_search.png) 20px center no-repeat;
    background-size: 24px;
}

.header_body .search button {
    width: 90px;
    height: 40px;
    background: #9E0001;
    border-radius: 5px;
    border: none;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer;
    vertical-align: middle;
    margin-left: -90px;
}

/*导航 */
#nav {
    background: url(xy_xydqw_header_navbg.png) center no-repeat;
    background-size: cover;
}

#nav a {
    font-size: 18px;
    color: #584036;
}

#nav .navigation {
    width: 1200px;
    margin: 0 auto;
}

#nav .navigation ul {
    width: 100%;
    height: 50px;
}

#nav .navigation li {
    flex: 1 1 0;
    line-height: 50px;
    text-align: center;
}

#nav .navigation .nav_title a,
#nav .navigation li:hover a {
    font-weight: bold;
}